Release 10.1A: OpenEdge Development:
Progress Dynamics Web Development Guide


Server (server)

The server action specifies a command to send to the server in the next request.

The following table describes the server action:

Action
Description
server.event 
Executes the event specified by event.

Examples

If wbo.submit is included, the commands are sent immediately. For example:

apph.actions(["server.event", "server.event", "wbo.submit"]); 

Otherwise, the commands are stored and sent when wbo.submit is encountered elsewhere in the application. For example:

apph.action("server.event"); 
apph.action("server.event"); 
. . . 
apph.action("wbo.submit"); 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095